projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d029b62
)
gtk: mark gtk_flatten_list_model_get_model_for_item as nullable
author
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 18:07:13 +0000
(19:07 +0100)
committer
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 18:07:13 +0000
(19:07 +0100)
gtk/gtkflattenlistmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkflattenlistmodel.c
b/gtk/gtkflattenlistmodel.c
index 23b26a35f4693e4df5aa75ebe8d1e9feb40e7c4a..15a164f5c9e67a87c9808550f6c239e725fde429 100644
(file)
--- a/
gtk/gtkflattenlistmodel.c
+++ b/
gtk/gtkflattenlistmodel.c
@@
-510,7
+510,7
@@
gtk_flatten_list_model_get_model (GtkFlattenListModel *self)
*
* Returns the model containing the item at the given position.
*
- * Returns: (transfer none): the model containing the item at @position
+ * Returns: (transfer none)
(nullable)
: the model containing the item at @position
*/
GListModel *
gtk_flatten_list_model_get_model_for_item (GtkFlattenListModel *self,